home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / neuron.zip / README.1ST < prev    next >
Text File  |  1992-08-29  |  2KB  |  55 lines

  1. ***************************************************************************
  2.                            A NEURAL NETWORK
  3. ***************************************************************************
  4.  
  5.  
  6. Multi-model neural network programmed in C language.
  7. Version 2.5. June 1992. E.FARHI. Paris.
  8.  
  9. You should have the files:
  10.      - neuron.c         The main computation module.
  11.      - savenet.c        Disk function module.
  12.      - reseau.c         An example.
  13.  
  14. I DEEPLY invite you to read the doc:
  15.      - readme.1st       Where do you think you are ?
  16.      - intro.doc        A quick introduction
  17.      - theory.doc       How it works, what you can do with it.
  18.      - neuron.doc       How to use the different modules.
  19.      - network.doc
  20.      - biblio.doc       A short bibliography.
  21.      - foryou.txt
  22.      - todo.txt
  23.       
  24.  
  25.         You should run the example from a unix(R)-like shell if you want to be 
  26. able to use the 'Disk network list' option (3).
  27.  
  28.         IF YOU USE A PC COMPATIBLE:
  29.         - Change 'system("ls *.res")' into 'system("dir *.res")' in 'network.c'
  30.         - I'm sorry for you: because of the fragmented memory, you can't use 
  31.                 network bigger than 64 Ko (structures limited -> little 
  32.                 nets)...Change your computer.
  33.  
  34.         This project has been performed in C language, so it's portable on 
  35. every computer: PC compatibles, Mac, Unix, Atari...). Anyway, you should use a 
  36. quick machine with some memory (1 Mo advised at least). If you've got a 
  37. mathematic co-processor, it's great ! Enjoy it.
  38. Personally, I used an Atari Mega STE (68000 16 MHz, 2 Mo RAM) et Turbo C 2.0 .
  39.  
  40.         I hope you will create many projects with this.
  41.  
  42.         If you enjoy my work, send me a postcard to:
  43.                 Emmanuel FARHI
  44.                 33, rue Petion
  45.                 75011 PARIS
  46.                 FRANCE.
  47.  
  48.         You can also join me in France on 3614 TEASER (pseudo XIII).
  49.  
  50.     I can also be contacted via E-mail :
  51.     Fido-Net:  Emmanuel Farhi (2:320/100.2)
  52.     Internet:  emmanuel@stell.fr.mugnet.org
  53.  
  54.         NB: Hi to Vincent Pomey (Tricky), STzip author.
  55.